Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
Apr 14, 2007, 12:11:35 PM (17 years ago)
- Author:
-
sadrul
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
| 1 | == There needs to be an easy way to linkify the functions names below to our doxygen documentations. == |
| 2 | |
1 | 3 | = ["Development FAQ"] = |
2 | 4 | |
… |
… |
|
9 | 11 | === How do I get online with an account? === |
10 | 12 | There are two ways you can do this: |
11 | | * If you have other accounts online, and you want the new account to have the same status as those, then call purple_savedstatus_get_current to get the current status, and use gaim_savedstatus_activate_for_account for the account. |
12 | | * Otherwise, you can simply do purple_account_set_status to set the status of the account. |
| 13 | * If you have other accounts online, and you want the new account to have the same status as those, then call purple_savedstatus_get_current to get the current status, and use gaim_savedstatus_activate_for_account for the account. |
| 14 | * Otherwise, you can simply do purple_account_set_status to set the status of the account. |
13 | 15 | An account needs to be enabled before it can be connected. So after doing either of the above, you need to enable the account by calling purple_account_set_enabled. |
14 | 16 | |
… |
… |
|
19 | 21 | |
20 | 22 | === How can I send a message in a conversation? === |
21 | | Use either purple_conv_im_send or purple_conv_chat_send. Note that the first parameter to either of these functions are *not* the conversation itself. Rather, it's the im-data/chat-data of the conversation which you can get from PURPLE_CONV_IM/PURPLE_CONV_CHAT. |
| 23 | Use either purple_conv_im_send or purple_conv_chat_send. Note that the first parameter to either of these functions are '''not''' the conversation itself. Rather, it's the im-data/chat-data of the conversation which you can get from PURPLE_CONV_IM/PURPLE_CONV_CHAT. |
22 | 24 | |
23 | 25 | === Is there a way that I can print something in the conversation window, but not send the message? === |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!